home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.odyssee.net!news
- From: imaze@odyssee.net (Marc Mazerolle)
- Newsgroups: comp.lang.c++
- Subject: Re: Help!!, in directory change
- Date: Thu, 28 Mar 1996 02:31:39 GMT
- Organization: Odyssee Internet
- Message-ID: <4jctjf$poh@pegasus.odyssee.net>
- References: <315526CF.77DE@ljusdal.se>
- Reply-To: imaze@odyssee.net
- NNTP-Posting-Host: pool23_9.odyssee.net
- X-Newsreader: Forte Free Agent v0.55
-
- Marcsu <marcus.berggren@ljusdal.se> wrote:
-
- >I┤m, still in desperate need of help in chaging the "current"
- >directory,(under UNIX). I┤m trying to wright to a file in another
- >directory, and I don┤t now what function to call, to do that!!!
- >I┤m using g++ 2.7.0......please hekp!!! I need it for my school work!
- >/Marcsu
-
- >marcus.berggren@ljusdal.se
-
- The command is simply called "chdir" for CHange DIRectory and it
- expects a "char *" as a parameter.
-
- Try "man chdir" on UNIX for full details
-
-